Skip to content

chore: Update System.Linq.Tests tests to .NET 10 preview.2 based code #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

filzrev
Copy link
Contributor

@filzrev filzrev commented May 3, 2025

This PR update System.Linq.Tests test code from .NET 9.0.3 to .NET 10 preview.2 based code.

Note:
On .NET 10 preview.2 based tests.
EnumerableTests.cs add several data source types (IEnumerable/array/List/ReadOnlyCollection/ ...)
And run source data transform operations.

So test execution times are significantly increased.

@neuecc
Copy link
Member

neuecc commented May 12, 2025

thx!
Since behaviour may vary depending on the data source, an increase in testing time is acceptable.

@neuecc neuecc merged commit c4a4a59 into Cysharp:main May 12, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants